[INFO] cloning repository https://github.com/lucifer-cpu/lucet-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucifer-cpu/lucet-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucifer-cpu%2Flucet-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucifer-cpu%2Flucet-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9edf6f2c7ff7886dca908dfe22a1ab0bb341c845
[INFO] checking lucifer-cpu/lucet-demo against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucifer-cpu%2Flucet-demo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/lucifer-cpu/lucet-demo
[INFO] finished tweaking git repo https://github.com/lucifer-cpu/lucet-demo
[INFO] tweaked toml for git repo https://github.com/lucifer-cpu/lucet-demo written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lucifer-cpu/lucet-demo on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lucifer-cpu/lucet-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5
[INFO] running `Command { std: "docker" "start" "286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling cc v1.0.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.3
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling serde v1.0.99
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]     Checking subtle v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling scroll v0.9.2
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling cranelift-entity v0.31.0
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]    Compiling getrandom v0.1.12
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.31.0
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]    Compiling nix v0.13.1
[INFO] [stderr]     Checking parity-wasm v0.38.0
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]     Checking xfailure v0.1.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling lucet-wasi v0.1.1
[INFO] [stderr]     Checking cranelift-bforest v0.31.0
[INFO] [stderr]     Checking cast v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]     Checking rpassword v3.0.2
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking human-size v0.4.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling miniz-sys v0.1.12
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling lucet-runtime-internals v0.1.1
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking pbkdf2 v0.3.0
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking sha2 v0.8.0
[INFO] [stderr]     Checking flate2 v1.0.11
[INFO] [stderr]     Checking scrypt v0.2.0
[INFO] [stderr]     Checking minisign v0.5.12
[INFO] [stderr]     Checking backtrace v0.3.37
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling scroll_derive v0.9.5
[INFO] [stderr]    Compiling cranelift-codegen v0.31.0
[INFO] [stderr]    Compiling serde_derive v1.0.99
[INFO] [stderr]     Checking goblin v0.0.22
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking object v0.12.0
[INFO] [stderr]     Checking serde_json v1.0.40
[INFO] [stderr]     Checking bincode v1.0.1
[INFO] [stderr]    Compiling target-lexicon v0.4.0
[INFO] [stderr]     Checking lucet-module-data v0.1.1
[INFO] [stderr]     Checking lucet-runtime v0.1.1
[INFO] [stderr]     Checking wasm-quickjs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cranelift-codegen-meta v0.31.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5", kill_on_drop: false }`
[INFO] [stdout] 286dc07d1971a3f8e1b0fc874d11ad23d12d65d2c1bb6448c7619ef010c411d5
